FlowSustainer How To's
How to's for the FlowSustainer guide.
How to resume a paused process using Flow Sustainer?
- Add a
Flow Sustainercomponent to your workflow. - In the
ProcessIdfield, provide either a static process number or a dynamic variable (e.g.,{{FlowIdVariable.Value}}). - In the
ObjectNamefield, enter the system name of the target component (e.g.,FlowStopApproval). - In the
EventIdfield, provide the Identity of the event to trigger (e.g.,5for Approve). - Save and run the flow. The process will resume from the specified point.
Practical use case of Flow Sustainer
- A flow halts at a
Flow Stopnode namedFlowStopApproval. - The user enters a process number in a
NumberBoxfield on the form. - In
ProcessId, set{{EnteredFlowNumber.Value}}. - In
ObjectName, setFlowStopApproval. - In
EventId, enter the Identity of the desired event (e.g.,5for Approve). - The Flow Sustainer resumes the paused process from that point.
How to find the EventId of a component?
- Open the flow design and select the target component (e.g., Flow Stop).
- Navigate to the
Eventstab in the Properties panel. - Locate the event you want to trigger (e.g., Approve or Reject).
- Copy its
Identity numberand use it in the Flow Sustainer’s EventId field.